net/http.http2FrameWriteRequest.StreamID (method)
7 uses
net/http (current package)
h2_bundle.go#L5004: if wr.StreamID() != 0 {
h2_bundle.go#L5006: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L10686: func (wr http2FrameWriteRequest) StreamID() uint32 {
h2_bundle.go#L10787: return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
h2_bundle.go#L11252: id := wr.StreamID()
h2_bundle.go#L11359: id := wr.StreamID()
h2_bundle.go#L11459: q := ws.streams[wr.StreamID()]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |